home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00164.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  250 b   |  14 lines

  1. on mouseUp
  2.   if the castNum of sprite 15 = 559 then
  3.     puppetSprite(15, 0)
  4.     unsetQT(15)
  5.     set the timeoutScript to EMPTY
  6.     repeat with i = 29 to 32
  7.       puppetSprite(i, 0)
  8.     end repeat
  9.     go("SHIP IDLE")
  10.   else
  11.     nothing()
  12.   end if
  13. end
  14.